perl: Cleanup
authorMarcel Denia <[email protected]>
Wed, 4 Feb 2015 12:56:30 +0000 (13:56 +0100)
committerMarcel Denia <[email protected]>
Wed, 4 Feb 2015 12:56:30 +0000 (13:56 +0100)
- Update copyright notice
- Make perlbase-experimental's TITLE show up in menuconfig again
- Formatting changes

Signed-off-by: Marcel Denia <[email protected]>
lang/perl/Makefile
lang/perl/perlbase.mk

index 5bba2ead81aba1005dd0d6211071454e6afcef8f..5395058f778c53a4b976ace7c46a41aabd9df643 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2006-2014 OpenWrt.org
+# Copyright (C) 2006-2015 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -40,6 +40,7 @@ ifneq ($(CONFIG_USE_EGLIBC),)
        EXTRA_LIBS:=bsd
        EXTRA_LIBDIRS:=$(STAGING_DIR)/lib
 endif
+
 # Filter -g3, it will break Compress-Raw-Zlib
 TARGET_CFLAGS_PERL:=$(patsubst -g3,-g,$(TARGET_CFLAGS))
 TARGET_CPPFLAGS_PERL:=$(patsubst -g3,-g,$(TARGET_CPPFLAGS))
@@ -58,11 +59,11 @@ ifdef CONFIG_PERL_THREADS
        endif
 endif
 
-# A list of disabled testss
+# A list of disabled tests
 # ExtUtils tests are disabled for now as we don't support building
 # native extensions on the target machine at the moment
 PERL_DISABLEDTESTS:=cpan/ExtUtils-Constant cpan/ExtUtils-MakeMaker
-# We're on Linux, so don't even package those
+# We're on Linux, so don't even package them
 PERL_DISABLEDTESTS+=cpan/Win32API-File cpan/Win32 ext/VMS-DCLsym ext/VMS-Filespec ext/VMS-Stdio ext/Win32CORE
 # NDBM and ODBM not supported
 PERL_DISABLEDTESTS+=ext/NDBM_File ext/ODBM_File
index ab08b386068501a32742af1bb0aa97680f3d796f..e5dd88a84a784df0fcedbeac900e60363433edd6 100644 (file)
@@ -562,7 +562,7 @@ $(eval $(call BuildPackage,perlbase-essential))
 
 define Package/perlbase-experimental
 $(call Package/perlbase-template)
-TITLE:=perl module to enable/disable experimental features
+TITLE:=experimental perl module
 DEPENDS+=+perlbase-essential +perlbase-feature
 endef